home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_1782 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  642b  |  31 lines

  1. on(release){
  2.    if(_root.poz == "f")
  3.    {
  4.       if(_root.draglej == 17)
  5.       {
  6.          _root.stopdragall();
  7.          _root.itembar_remove(17);
  8.          _root.ii17 = 2;
  9.          _root.but_pes._visible = false;
  10.          _root.pes.gotoAndStop("veverka");
  11.       }
  12.       else
  13.       {
  14.          _root.stopdragall();
  15.          _root.hideall();
  16.          _root.pes.gotoAndStop("vrceni");
  17.       }
  18.    }
  19.    else
  20.    {
  21.       _root.stopdragall();
  22.       if(_root.poz == "e")
  23.       {
  24.          _root.set_info(77);
  25.          _root.ic_none();
  26.          _root.ic_ruka();
  27.       }
  28.       _root.pepa.gotoAndPlay(_root.poz add "f");
  29.    }
  30. }
  31.